@charset "UTF-8";
/*
*@Copyright:layui.com
*/
/*base*/
* {
	margin: 0;
	padding: 0;
	letter-spacing: 0.7px;
	box-sizing: border-box;
}

body {
	font: 12px/1.5 PingFangSC-Regular, Tahoma, 'Microsoft Yahei', sans-serif;
}

input::-webkit-input-placeholder {
	color: #989898;
}

input::-moz-input-placeholder {
	color: #989898;
}

input::-ms-input-placeholder {
	color: #989898;
}

button {
	cursor: pointer;
	transition: opacity 0.4s;
}
button:hover {
	opacity: 0.86;
}

a {
	cursor: pointer !important;
}

.layui-unselect.layui-tab-bar {
	display: none !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	clear: both;
	zoom: 1;
}

.inline-block {
	display: inline-block;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.min-wrap {
	min-width: 1216px;
	overflow: hidden;
}

.wrap {
	width: 1216px;
	padding: 0 8px;
	margin: 0 auto;
}

.col-tit {
	color: #191f25;
}

.col-green {
	color: #1cdcd5;
}

.col-orange {
	color: #ff814f;
}

.col-white {
	color: #ffffff;
}

.col-gray {
	color: #a6a6a6;
}

.ls1 {
	letter-spacing: 1px;
}

.ls12 {
	letter-spacing: 1.2px;
}

.ls15 {
	letter-spacing: 1.5px;
}

.padding0 {
	padding: 0;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.fb {
	font-weight: bold;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.lh28 {
	line-height: 28px;
}

.relitive {
	position: relative;
}

.ellipsis-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.clear-fix {
	*zoom: 1;
}

.clear-fix:before,
.clear-fix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clear-fix:after {
	clear: both;
}

.block {
	display: block;
}

a:hover {
	opacity: 0.88;
}

.f12 {
	font-size: 12px;
}

/* 分页 */
.layui-laypage a:hover {
	color: #1cdcd5;
}

.layui-laypage-em {
	background-color: #1cdcd5 !important;
}

.btn-detail {
	background-color: #ff814f;
	border-radius: 22px;
	width: 112px;
	height: 44px;
	text-align: center;
	color: #fff;
	border: none;
}

/*header*/
.header_box .tops {
	background-color: #fafafa;
	height: 38px;
	line-height: 38px;
	color: #8d8d8d;
}
.header_box .tops .rlinks a {
	color: #8d8d8d;
}
.header_box .tops .rlinks a:hover {
	color: #333;
}
.header_box .tops .rlinks .r-one:not(:last-child) {
	position: relative;
	padding: 0 8px;
}
.header_box .tops .rlinks .r-one:not(:last-child):after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #d8d8d8;
	right: 0px;
	top: 3px;
}

.header_box .header {
	position: relative;
	height: 80px;
	line-height: 80px;
}
.header_box .header .hl {
	height: 100%;
	font-size: 14px;
	line-height: 74px;
}
.header_box .header .hl .logo-img {
	width: 142px;
	height: auto;
	margin-right: 8px;
}
.header_box .header .hl .logo-img.logo-sximg {
	width: 220px !important;
}
.header_box .header .hl .loc {
	color: #a6a6a6;
	vertical-align: 2px;
	cursor: pointer;
}
.header_box .header .hl .down-icon {
	margin-top: 2px;
	width: 10px;
	height: auto;
}
.header_box .header .hl .city-wrap {
	display: none;
	position: absolute;
	width: 180px;
	min-height: 50px;
	height: auto;
	padding: 20px 10px 0 !important;
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 2px;
	right: -140px;
	top: 64px;
	z-index: 100;
}
.header_box .header .hl .city-wrap ul {
	display: inline-block;
	clear: both;
	zoom: 1;
	width: 100%;
}
.header_box .header .hl .city-wrap ul li {
	float: left;
	width: 33.3%;
	text-align: center;
	line-height: 37px;
}
.header_box .header .hl .city-wrap ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 37px;
	color: #8b8b8b;
}
.header_box .header .hl .city-wrap ul li a.active,
.header_box .header .hl .city-wrap ul li a:hover {
	color: #1cdcd5;
}
.header_box .header .hl .city-wrap ul li.qg {
	width: 100%;
	padding-left: 12px;
	text-align: left;
}
.header_box .header .hc {
	height: 100%;
}
.header_box .header .hc .layui-nav {
	background-color: #fff;
	padding: 0 8px;
}
.header_box .header .hc .layui-nav .layui-nav-bar {
	display: none;
}
.header_box .header .hc .layui-nav .layui-nav-child {
	top: 80px;
}
.header_box .header .hc .layui-nav .layui-nav-item {
	line-height: inherit !important;
}
.header_box .header .hc .layui-nav .layui-nav-item a {
	color: #616161;
	font-size: 16px;
	padding: 0 11px;
	text-align: left;
}
.header_box .header .hc .layui-nav .layui-nav-item a:hover {
	color: #1cdcd5;
}
.header_box .header .hc .layui-nav .layui-nav-item:after {
	display: none !important;
}
.header_box .header .hc .layui-nav .layui-nav-item.layui-this a {
	color: #1cdcd5 !important;
	background-color: #fff !important;
}
.header_box .header .hr {
	height: 100%;
}
.header_box .header .hr .phone-icon {
	width: auto;
	height: 19px;
	vertical-align: -4px;
	margin-right: 4px;
}
.header_box .header .hr .phone-txt {
	color: #3c3939;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -0.5px !important;
}

.header_box .layui-nav .layui-nav-child dd.layui-this a,
.header_box .layui-nav-child dd.layui-this {
	background-color: #f3f3f3 !important;
}

/*end-header*/
/**nodata*/
.nodata {
	border: 0px !important;
	background-color: transparent !important;
	width: 100% !important;
	text-align: center !important;
	color: #8b8b8b !important;
	font-size: 16px !important;
	padding: 80px 0 !important;
	box-sizing: border-box !important;
}

/**nodata end*/
/**slide单张 start**/
.oneimg {
	width: 100%;
	height: 560px;
	overflow: hidden;
}
.oneimg .img-wh {
	width: 100%;
	height: 560px;
}

/**slide单张 end**/
/**个性化课程设置start*/
.set-wrap {
	padding-bottom: 46px;
	background: url(../images/set-list_bg.png) center center no-repeat;
	background-size: 100% 100%;
}
.set-wrap .set-list ul {
	width: 100%;
	clear: both;
	display: inline-block;
}
.set-wrap .set-list #set-list_1 {
	background: url(../images/def_img1.png) center center no-repeat;
}
.set-wrap .set-list #set-list_1:hover {
	background: url(../images/sel_img1.png) center center no-repeat;
}
.set-wrap .set-list #set-list_2 {
	background: url(../images/def_img2.png) center center no-repeat;
}
.set-wrap .set-list #set-list_2:hover {
	background: url(../images/sel_img2.png) center center no-repeat;
}

.set-wrap .set-list #set-list_3 {
	background: url(../images/def_img3.png) center center no-repeat;
}
.set-wrap .set-list #set-list_3:hover {
	background: url(../images/sel_img3.png) center center no-repeat;
}

.set-wrap .set-list #set-list_4 {
	background: url(../images/def_img4.png) center center no-repeat;
}
.set-wrap .set-list #set-list_4:hover {
	background: url(../images/sel_img4.png) center center no-repeat;
}

.set-wrap .set-list #set-list_5 {
	background: url(../images/def_img5.png) center center no-repeat;
}
.set-wrap .set-list #set-list_5:hover {
	background: url(../images/sel_img5.png) center center no-repeat;
}

.set-wrap .set-list #set-list_6 {
	background: url(../images/def_img6.png) center center no-repeat;
}
.set-wrap .set-list #set-list_6:hover {
	background: url(../images/sel_img6.png) center center no-repeat;
}

.set-wrap .set-list #set-list_7 {
	background: url(../images/def_img7.png) center center no-repeat;
}
.set-wrap .set-list #set-list_7:hover {
	background: url(../images/sel_img7.png) center center no-repeat;
}

.set-wrap .set-list #set-list_8 {
	background: url(../images/def_img8.png) center center no-repeat;
}
.set-wrap .set-list #set-list_8:hover {
	background: url(../images/sel_img8.png) center center no-repeat;
}

.set-wrap .set-list ul li {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 266px;
	height: 450px;
	cursor: pointer;
	margin-bottom: 26px;
}
.set-wrap .set-list ul li:hover div {
	/* transform: translateY(-8px); */
	/* box-shadow: 0px 10px 44px -11px rgba(0, 0, 0, 0.2); */
	color: #ffffff !important;
}
.set-wrap .set-list ul li:hover .setcon_bak {
	background: #ffffff;
}
.set-wrap .set-list ul li:hover .setcon_link a {
	color: #ffffff;
}

.set-wrap .set-list ul li .inline-list .set-list_center {
	width: 90%;
	text-align: left;
	height: 450px;
	padding-left: 24px;
}
.set-wrap .set-list ul li .list-con {
	border-top: none;
	height: 160px;
}
.set-wrap .set-list ul li .setimg-wrap {
	width: 100%;
}
.set-wrap .set-list ul li .setimg-wrap img {
	width: 100%;
	height: 200px;
	box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
}
.set-wrap .set-list ul li .setit {
	padding-top: 44px;
	line-height: 28px;
}
.set-wrap .set-list ul li .setcon {
	color: #666666;
	line-height: 22px;
	padding-top: 192px;
}

.set-wrap .set-list ul li .setcon_bak {
	width: 36px;
	height: 4px;
	background: #1cdcd5;
	margin-top: 26px;
}
.set-wrap .set-list ul li .setcon_link {
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1cdcd5;
	line-height: 24px;
	text-align: right;
	margin-top: 36px;
}
.set-wrap .set-list ul li .setcon_link a {
	color: #1cdcd5;
}

.set-wrap .set-list ul li .setbtn {
	padding-top: 15px;
}
.set-wrap .set-list ul li .setbtn button {
	font-size: 16px;
	width: 144px;
	height: 44px;
	transition: opacity 0.3s;
}
.set-wrap .set-list ul li .setbtn button:hover {
	opacity: 0.86;
}
.set-wrap .set-list ul li:not(:nth-child(4n)) {
	margin-right: 34px;
}

/**个性化课程设置end*/
/**标题start**/
.block-tit {
	padding-top: 50px;
}
.block-tit.tit1 {
	padding-bottom: 86px;
}
.block-tit.tit1 img {
	width: 472px;
	height: auto;
}
.block-tit.tit2 {
	padding-bottom: 83px;
}
.block-tit.tit2 img {
	width: 378px;
	height: auto;
}
.block-tit.tit3 {
	padding-bottom: 32px;
}
.block-tit.tit3 img {
	width: 510px;
	height: auto;
}
.block-tit.tit4 {
	padding-bottom: 24px;
}
.block-tit.tit4 img {
	width: 340px;
	height: auto;
}
.block-tit.tit5 {
	padding-bottom: 24px;
}
.block-tit.tit5 img {
	width: 535px;
	height: auto;
}
.block-tit.tit7 {
	padding-top: 64px;
	padding-bottom: 70px;
}
.block-tit.tit7 img {
	width: 535px;
	height: auto;
}
.block-tit.tit10 {
	padding-top: 64px;
}
.block-tit.tit10 img {
	width: 608px;
	height: auto;
}
.block-tit.tit11 {
	padding-top: 64px;
	padding-bottom: 76px;
}
.block-tit.tit11 img {
	width: 720px;
	height: auto;
}
.block-tit.tit12 {
	padding-top: 62px;
	padding-bottom: 90px;
}
.block-tit.tit12 img {
	width: 580px;
	height: auto;
}
.block-tit.tit13 {
	padding-top: 64px;
	padding-bottom: 90px;
}
.block-tit.tit13 img {
	width: 580px;
	height: auto;
}

.datas-wrap .block-sub-tit,
.datas-wrap .subtitl0 {
	padding-bottom: 50px !important;
}

/**标题end**/
/**关于秦学公共部分**/
/**tab nav start**/
.tabnav-wrap {
	padding: 60px 0 62px;
	text-align: center;
	width: 100%;
}
.tabnav-wrap ul {
	clear: both;
	zoom: 1;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.tabnav-wrap ul li {
	float: left;
}
.tabnav-wrap ul li a {
	display: inline-block;
	width: 294px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 1px;
	background-color: #f0f3f6;
	transition: all 0.2s;
}
.tabnav-wrap ul li a:hover,
.tabnav-wrap ul li a.active {
	color: #fff;
	background-color: #1cdcd5;
}
.tabnav-wrap ul li:not(:last-child) {
	margin-right: 8px;
}

/**tab nav end**/
/**关于秦学公共部分**/
/*footer*/
.footer {
	background: #222222;
	padding: 40px 0;
	height: 410px;
}
.footer .col-6f {
	color: #6f6f6f;
}
.footer .links-wrap {
	padding-top: 62px;
}
.footer .footer-bot {
	padding-top: 20px;
}
.footer .footer-bot p {
	padding-bottom: 14px;
}
.footer .scan {
	padding-top: 21px;
	padding-bottom: 10px;
}
.footer .footer-top .rtop {
	padding-left: 10px;
}
.footer .footer-top .rtop .txt {
	color: #999999;
}
.footer .footer-top .limg {
	position: relative;
	background-color: #393939;
	width: 56px;
	height: 56px;
	border-radius: 56px;
	text-align: center;
}
.footer .footer-top .limg:after {
	content: '';
	position: absolute;
	background: url(../images/ficon.png) no-repeat;
	background-size: 322% 100%;
}
.footer .footer-top .limg.limg1:after {
	top: 18px;
	left: 13px;
	width: 28px;
	height: 20px;
	background-position: 0 0;
}
.footer .footer-top .limg.limg2:after {
	top: 15.5px;
	left: 12px;
	width: 28px;
	height: 26px;
	background-size: 402% 100% !important;
	background-position: -44px 0;
}
.footer .footer-top .limg.limg3:after {
	top: 17px;
	left: 12.5px;
	width: 32px;
	height: 24px;
	background-size: 352% 100% !important;
	background-position: -80px 0;
}
.footer .tj-wrap {
	padding-bottom: 24px;
	max-width: 960px;
}
.footer .tj-wrap .tjlist {
	display: inline-block;
	clear: both;
	zoom: 1;
}
.footer .tj-wrap .tjlist li {
	float: left;
	font-size: 16px;
	color: #fff;
}
.footer .tj-wrap .tjlist li:not(:last-child) {
	margin-right: 16px;
}
.footer .tj-wrap .tjlist li a {
	color: #fff;
}
.footer .tj-wrap .tjlist li:first-child {
	position: relative;
	margin-right: 33px;
}
.footer .tj-wrap .tjlist li:first-child:after {
	content: '';
	position: absolute;
	right: -17px;
	top: 7px;
	width: 1px;
	height: 12px;
	background-color: #4f4f4f;
}

/* 辅导课程 辅导资料 筛选条件 年级 科目 */
.lists-filter {
	background-color: #fff;
	color: #5e6061;
	padding: 15px 40px;
}
.lists-filter .filter-view {
	position: relative;
	padding: 15px 0 15px 100px;
}
.lists-filter .stage::before {
	content: '请选择年级：';
	position: absolute;
	left: 0;
	top: 20px;
	color: #9a9ea2;
}
.lists-filter .subject::before {
	content: '请选择科目：';
	position: absolute;
	left: 0;
	top: 20px;
	color: #9a9ea2;
}
.lists-filter .filter-item {
	display: inline-block;
	padding: 0 16px;
	height: 34px;
	line-height: 34px;
	border-radius: 2px;
	cursor: hand;
	cursor: pointer;
	margin-right: 10px;
	color: #5e6061;
}
.lists-filter .filter-item:hover {
	color: #1cdcd5;
	background-color: #f6f6f6;
}
.lists-filter .filter-item:hover a {
	color: #1cdcd5;
}
.lists-filter .filter-item:active {
	opacity: 0.7;
}
.lists-filter .filter-item.active {
	color: #1cdcd5;
	background-color: #f6f6f6;
}
.lists-filter .filter-item.active a {
	color: #1cdcd5;
	background-color: #f6f6f6;
}

/* 辅导资料 辅导课程 课程或者资料列表 */
.lists-wrap {
	*zoom: 1;
}
.lists-wrap::before {
	display: table;
	line-height: 0;
	content: '';
}
.lists-wrap::after {
	display: table;
	line-height: 0;
	content: '';
	clear: both;
}
.lists-wrap .lists-view {
	float: left;
	width: 928px;
	padding-bottom: 10px;
}
.lists-wrap .hover-view {
	float: right;
	position: relative;
	z-index: 1;
}

.lists {
	width: 928px;
	height: 210px;
	margin-bottom: 24px;
	min-height: 210px;
	/* 标题 */
	/* 简介 */
	/* 标签 */
}
.lists .box {
	width: 928px;
	height: 210px;
	background-color: #fff;
}
.lists .list-left {
	width: 320px;
	height: 210px;
	margin-right: 24px;
}
.lists .list-img {
	width: 320px;
	height: 210px;
}
.lists .list-right {
	width: 584px;
	height: 210px;
	padding: 14px 24px 14px 0;
}
.lists .infos-title {
	display: block;
	height: 28px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.2s;
}
.lists .infos-title:hover {
	color: #ff814f;
}
.lists .infos-info {
	height: 40px;
	font-weight: 400;
	line-height: 20px;
	color: #8b8b8b;
	margin-bottom: 15px;
}
.lists .infos-tags {
	margin-bottom: 19px;
}
.lists .infos-tags-tag {
	display: inline-block;
	height: 26px;
	padding: 0 8px;
	border: 1px solid #1cdcd5;
	line-height: 24px;
	color: #1cdcd5;
	margin-right: 5px;
}
.lists .infos-tags-tag:last-child {
	margin-right: 0;
}
.lists .infos-tags-tag a {
	color: #1cdcd5;
}

/* 按钮 */
.infos-btn {
	display: block;
	text-align: center;
	width: 140px;
	height: 44px;
	line-height: 44px;
	background: #1cdcd5;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
}
.infos-btn:hover {
	color: #fff;
	opacity: 0.7;
}

/* 右侧 */
.hover-view {
	/* position: absolute;
  top: 0;
  right: 0; */
	width: 260px;
}

.fixed-right {
	position: fixed;
	top: 0;
	right: calc((100% - 1200px) / 2);
	width: 260px;
}

/* 右侧 预约领取试听课 */
.card-baoming {
	width: 260px;
	height: 362px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
}

.baoming-title {
	width: 260px;
	height: 50px;
}

.title-img {
	width: 260px;
	height: 50px;
}

.baoming-content {
	margin-top: 24px;
}
.baoming-content .content-title {
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-weight: 800;
	margin-bottom: 16px;
}
.baoming-content .main-points {
	display: block;
	position: relative;
	padding-left: 73px;
	height: 20px;
	line-height: 20px;
	color: #434545;
}
.baoming-content .main-points:not(:last-child) {
	margin-bottom: 8px;
}
.baoming-content .main-points::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #1cdcd5;
	top: 8px;
	bottom: 7px;
	left: 46px;
}

.baming-input-box {
	margin-top: 24px;
	width: 224px;
	height: 44px;
	padding: 0 18px;
}
.baming-input-box .baoming-input {
	width: 222px;
	height: 44px;
	line-height: 42px;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	padding-left: 48px;
	color: #989898;
}

.baoming-btn {
	margin: 12px 18px 0 18px;
	width: 224px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #ff814f;
	cursor: pointer;
}
.baoming-btn:hover {
	opacity: 0.9;
}
.baoming-btn:active {
	opacity: 0.7;
}

/* 右侧 热门活动 */
.card-hotactive {
	display: block;
	width: 260px;
	margin-top: 15px;
}
.card-hotactive:first-child {
	margin-top: 28px;
}

.hotactive-title {
	width: 260px;
	height: 25px;
	line-height: 25px;
	position: relative;
	padding-left: 12px;
}
.hotactive-title::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 18px;
	background-color: #1cdcd5;
	top: 4px;
	bottom: 3.5px;
	left: 0;
}

.hotactive-img {
	display: block;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	width: 100%;
}

.hotactive-info {
	max-height: 57px;
	border: 1px solid #f0f0f0;
	line-height: 22px;
	padding: 7px 10px;
	font-size: 16px;
}

/* 右侧 热门标签 */
.card-hottag {
	display: block;
	width: 260px;
	margin-top: 24px;
}

.hottag-title {
	margin-bottom: 15px;
	width: 260px;
	height: 25px;
	line-height: 25px;
	position: relative;
	padding-left: 12px;
}
.hottag-title::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 18px;
	background-color: #1cdcd5;
	top: 4px;
	bottom: 3.5px;
	left: 0;
}

.tag-li {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	border: 1px dashed #6ee7e3;
	margin-bottom: 11px;
	margin-right: 3px;
}
.tag-li:last-child {
	margin-right: 0;
}
.tag-li .tag-name {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 24px;
	color: #6ee7e3;
	font-size: 14px;
}

/* 列表页和详情页 底部 热门部分 和 友情链接部分 */
.section-second {
	background-color: #fff;
	/* 热门相关tabs切换 */
	/* tabs header */
	/* tabs content */
}
.section-second * {
	letter-spacing: 1px;
}
.section-second .card-tabs {
	margin-bottom: 26px;
}
.section-second .card-tabs .course-hots-ul .tabs-content-li {
	display: block;
	width: 285px;
	margin-right: 20px;
}
.section-second .card-tabs .course-hots-ul .tabs-content-li .tabs-content-info {
	width: 285px;
}
.section-second .card-tabs .course-hots-ul .tabs-content-li .course-tit {
	height: 56px;
	line-height: 28px;
}
.section-second .card-tabs .course-hots-ul .tabs-content-li .course-p {
	margin-top: 8px;
	height: 40px;
	line-height: 20px;
	color: #8b8b8b;
}
.section-second .card-tabs-header {
	margin-top: 36px;
	margin-bottom: 36px;
}
.section-second .card-tabs-header .tabs-header-li {
	display: inline-block;
	width: 293px;
	height: 64px;
	line-height: 64px;
	font-weight: 500;
	background-color: #f0f3f6;
	margin-right: 3px;
	cursor: pointer;
}
.section-second .card-tabs-header .tabs-header-li:last-child {
	margin-right: 0;
}
.section-second .card-tabs-header .tabs-header-li.active {
	color: #fff;
	background: #1cdcd5;
}
.section-second .card-tabs-header .tabs-header-li:hover {
	color: #fff;
	background: #1cdcd5;
}
.section-second .card-tabs-content {
	display: none;
}
.section-second .card-tabs-content.active {
	display: block;
}
.section-second .card-tabs-content .tabs-content-li {
	display: inline-block;
	width: 285px;
	margin-right: 14.26px;
}
.section-second .card-tabs-content .tabs-content-li:last-child {
	margin-right: 0;
}
.section-second .card-tabs-content .tabs-content-img {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	width: 285px;
	height: 196px;
}
.section-second .card-tabs-content .tabs-content-info {
	margin-top: 16px;
	margin-bottom: 12px;
	width: 224px;
	height: 44px;
	font-weight: 500;
	line-height: 22px;
	text-align: justify;
}
.section-second .card-tabs-content .tabs-tags-box {
	overflow: hidden;
}
.section-second .card-tabs-content .tabs-tag {
	display: inline-block;
	padding: 0 10px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #1cdcd5;
	font-weight: 400;
	color: #1cdcd5;
	margin-right: 3px;
}
.section-second .card-tabs-content .tabs-tag:last-child {
	margin-right: 0;
}
.section-second .card-tabs-content .tabs-tag:hover {
	opacity: 0.7;
}
.section-second .card-tabs-content .tabs-tag:hover a {
	color: #1cdcd5;
}

/* 友情链接相关tabs切换 */
.card-links {
	margin-bottom: 50px;
}
.card-links .links-tabs-header {
	display: block;
	position: relative;
	z-index: 1;
}
.card-links .links-tabs-header::before {
	content: '';
	position: absolute;
	width: 1200px;
	height: 2px;
	background-color: #1cdcd5;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.card-links .links-tabs-header::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 56px;
	background-color: #fff;
	top: -2px;
	left: 0;
	z-index: 5;
}
.card-links .links-tabs-header .tabs-header-li {
	display: inline-block;
	width: 80px;
	height: 54px;
	line-height: 54px;
	color: #191f25;
	cursor: pointer;
}
.card-links .links-tabs-header .tabs-header-li.active {
	position: relative;
	z-index: 3;
	color: #1cdcd5;
}
.card-links .links-tabs-header .tabs-header-li.active::before {
	content: '';
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border: 2px solid #1cdcd5;
	border-bottom-color: #fff;
}
.card-links .links-tabs-header .tabs-header-li:hover {
	color: #1cdcd5;
}
.card-links .links-tabs-content {
	padding-top: 10px;
	display: none;
}
.card-links .links-tabs-content.active {
	display: block;
}
.card-links .links-tabs-content .tabs-content-li {
	width: 200px;
	margin: 8px 0;
}
.card-links .links-tabs-content .tabs-content-li:not(:nth-child(6n)) a {
	margin-right: 30px;
}
.card-links .links-tabs-content .tabs-content-li a {
	display: block;
	width: 175px;
	font-size: 14px;
	color: #5e6061;
}

/* 详情页面 面包屑 */
.detail-navbar {
	display: block;
	margin: 10px auto;
	height: 20px;
	line-height: 20px;
}

.detail-nav-bar {
	display: inline-block;
	margin: 0 10px;
	color: #616161;
	position: relative;
}
.detail-nav-bar:first-child {
	margin-left: 0;
}
.detail-nav-bar::before {
	content: '';
	position: absolute;
	right: -14px;
	top: 4px;
	width: 1px;
	height: 7px;
	background-color: #616161;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-45deg);
	/* Opera */
}
.detail-nav-bar::after {
	content: '';
	position: absolute;
	right: -14px;
	top: 9px;
	width: 1px;
	height: 7px;
	background-color: #616161;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
}
.detail-nav-bar:last-child {
	color: #a6a6a6;
}
.detail-nav-bar:last-child::before {
	width: 0;
	height: 0;
}
.detail-nav-bar:last-child::after {
	width: 0;
	height: 0;
}
.detail-nav-bar:last-child a {
	color: #a6a6a6;
}
.detail-nav-bar a {
	color: #616161;
}

/* 详情左侧内容 */
.detail-content {
	width: 889px;
	background-color: #fff;
	padding-bottom: 40px;
	float: left;
	/* 标题 */
	/* 正文 */
	/* 提示 */
	/* 文章标签 */
	/* 上一篇，下一篇 */
}
.detail-content * {
	text-align: justify;
}
.detail-content .detail-htitle {
	font-size: 34px;
	line-height: 48px;
	margin: 0 0 24px 0;
}
.detail-content .detail-params {
	color: #8b8b8b;
	height: 20px;
	line-height: 20px;
	margin-bottom: 50px;
}
.detail-content .detail-params span {
	margin-right: 24px;
}
.detail-content .detail-main {
	line-height: 30px;
	margin-bottom: 40px;
	color: #333;
	font-size: 16px;
}
.detail-content .detail-main * {
	letter-spacing: 1.5px;
}
.detail-content .detail-main a {
	color: #1868df;
}
.detail-content .detail-main center {
	text-align: center;
}
.detail-content .detail-main img {
	max-width: 100% !important;
}
.detail-content .detail-tips {
	color: #9d9d9d;
	height: 22px;
	line-height: 22px;
	margin: 0 40px 0 0;
	padding-bottom: 40px;
	box-sizing: content-box;
	border-bottom: 1px solid #e8e8e8;
}
.detail-content .detail-tags {
	padding: 40px 40px 24px 0;
}
.detail-content .detail-tags .tags-name {
	color: #5e6061;
	height: 22px;
	line-height: 22px;
}
.detail-content .detail-tags .tags-tag-name {
	height: 22px;
	line-height: 20px;
	border: 1px dashed #1cdcd5;
	padding: 0 5px;
	color: #1cdcd5;
}
.detail-content .detail-tags .tags-tag-name:hover {
	opacity: 0.8;
}
.detail-content .detail-rel {
	padding: 0 40px 0 0;
	margin-bottom: 12px;
	height: 22px;
	line-height: 22px;
}

.datas-wrap .datalist {
	clear: both;
	zoom: 1;
	display: inline-block;
	width: 100%;
}
.datas-wrap .datalist li {
	width: 226px;
	height: 308px;
	overflow: hidden;
	float: left;
}
.datas-wrap .datalist li .limg,
.datas-wrap .datalist li .limg img {
	width: 226px;
	height: 308px;
}
.datas-wrap .datalist li:not(:nth-child(5n)) {
	margin-right: 17px;
}

.tels {
	font-size: 38px;
	background: url(../images/gradual.png) no-repeat;
	background-size: 100% 100%;
	letter-spacing: 2px;
	text-align: center;
	width: 970px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto;
	margin-bottom: 90px;
}

.block-sub-tit {
	letter-spacing: 2px;
	color: #8b8b8b;
	line-height: 26px;
	padding-top: 24px;
	padding-bottom: 64px;
}

.layui-laypage a,
.layui-laypage span {
	margin: 0 10px 5px 0 !important;
	width: 65px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #cfcfcf !important;
}

.layui-laypage a,
.layui-laypage span {
	font-size: 16px;
}

/*footer*/
.animated {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* 标签云 */
#tagscloud {
	width: 200px;
	height: 300px;
	position: relative;
	font-size: 12px;
	color: #333;
	margin: -40px auto 0 40px;
	text-align: center;
}
#tagscloud a {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #333;
	font-family: Arial;
	text-decoration: none;
	margin: 0 10px 15px 0;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	padding: 1px 5px;
	display: inline-block;
	border-radius: 3px;
	background: transparent;
	color: #1cdcd5;
	text-align: center;
	width: 100px;
}
#tagscloud a:nth-child(2n) {
	background: transparent;
	color: #1cdcd5;
}
#tagscloud a:nth-child(3n) {
	background: transparent;
	color: #1cdcd5;
}
#tagscloud a:hover {
	color: #0dece5 !important;
}
#tagscloud a:focus {
	color: #0dece5 !important;
}

.detail-infos-view {
	border-top: none !important;
}

/* 广告 */
.detail-adver {
	height: 110px;
	overflow: hidden;
}
.detail-adver a {
	width: 100%;
	height: 110px;
	display: block;
}
.detail-adver img {
	width: 100%;
	height: 110px;
}

/* 公共表单提交成功提示信息弹窗 */
.dialog-form-success {
	position: fixed;
	width: 702px;
	height: 580px;
	border: 7px solid #1cdcd5;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -351px;
	z-index: 99999999;
	background-color: #fff;
	transform: scale(0.8);
}
.dialog-form-success.dialog-hide {
	display: none;
}
.dialog-form-success .dialog-dashed {
	border: 1px dashed #1cdcd5;
	margin: 15px 17px;
	height: 536px;
	width: 653px;
	position: relative;
	z-index: 10;
}
.dialog-form-success .dialog-title {
	color: #616161;
	padding-top: 33px;
	padding-left: 22px;
}
.dialog-form-success .dialog-infos {
	width: 610px;
	margin: 105px auto;
}
.dialog-form-success .dialog-success-icon-wrap {
	position: relative;
	width: 643px;
	height: 124px;
}
.dialog-form-success .dialog-success-icon {
	width: 94px;
	height: 94px;
	position: absolute;
	top: 20px;
	left: 0;
}
.dialog-form-success .dialog-infos-right {
	width: 490px;
	margin-left: 134px;
}
.dialog-form-success .dialog-message {
	font-size: 40px;
}
.dialog-form-success .dialog-intro {
	letter-spacing: 2px;
	margin-top: 10px;
}
.dialog-form-success .dialog-footer {
	line-height: 28px;
	width: 610px;
	margin: 0 auto;
	text-align: justify;
}
.dialog-form-success .dialog-close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 22px;
	right: 30px;
	z-index: 11;
	cursor: pointer;
}
.dialog-form-success .dialog-close::before {
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #c3c3c3;
	top: 7px;
	bottom: 7px;
	left: 50%;
	right: 50%;
	transform: rotate(-45deg);
}
.dialog-form-success .dialog-close::after {
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #c3c3c3;
	top: 7px;
	bottom: 7px;
	left: 50%;
	right: 50%;
	transform: rotate(-135deg);
}
.dialog-form-success .dialog-close:active {
	background-color: #f2f2f2;
}

.qinxue-q {
	position: fixed;
	left: 0;
	top: 20%;
	width: 100px;
	text-align: center;
	z-index: 999999;
}
.qinxue-q .qinxue-q-transform {
	animation: heartbeat 1s infinite;
	-webkit-animation: heartbeat 1s infinite;
	width: 68px;
}

@keyframes heartbeat {
	0% {
		transform: scale(0.8, 0.8);
		opacity: 1;
	}
	25% {
		transform: scale(1, 1);
		opacity: 0.8;
	}
	100% {
		transform: scale(0.8, 0.8);
		opacity: 1;
	}
}
.qinxue-q .qinxue-q-title {
	color: #1cdcd5;
	font-size: 18px;
	font-weight: 700;
}
.qinxue-q .qinxue-q-tree {
	width: 90px;
	background-color: transparent;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
	overflow: hidden;
}
.qinxue-q .qinxue-q-tree li {
	width: 87px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	color: #191f25;
	line-height: 18px;
}
.qinxue-q .qinxue-q-tree li a {
	height: 80px !important;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c1 {
	background: url(../images/icon_kecheng_def.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c1:hover {
	background: url(../images/icon_kechengfudao_sel.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c2 {
	background: url(../images/icon_zhonggaokao_def.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c2:hover {
	background: url(../images/icon_zhonggaokao_sel.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c3 {
	background: url(../images/icon_buxixuexiao_def.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c3:hover {
	background: url(../images/icon_buxixuexiao_sel.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c4 {
	background: url(../images/icon_zhiyegaozhong_def.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c4:hover {
	background: url(../images/icon_zhiyegaozhong_sel.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c5 {
	background: url(../images/icon_yishuxuexiao_def.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c5:hover {
	background: url(../images/icon_yishuxuexiao_sel.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c6 {
	background: url(../images/icon_top_def.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .qinxue-q-tree .qinxue-q-tree-li-c6:hover {
	background: url(../images/icon_top_sel.png);
	background-size: 86px 94px;
	display: block;
	background-position: center;
}
.qinxue-q .layui-nav-tree .layui-nav-item a:hover {
	background-color: transparent;
	color: #ffffff;
}
.qinxue-q .layui-nav-tree .layui-this {
	color: #ffffff;
	background-color: transparent;
}
.qinxue-q .layui-nav-tree .layui-this > a {
	background-color: transparent;
	color: #ffffff;
}
.qinxue-q .layui-nav-bar {
	width: 0;
	background-color: transparent !important;
}

.qinxue-q-tk {
	width: 695px;
	height: 355px;
	border: none;
	position: fixed;
	top: 50%;
	left: 56%;
	margin-top: -177.5px;
	margin-left: -407.5px;
	transform: scale(1);
}
.qinxue-q-tk .qinxue-q-tk-dialog-dashed {
	margin: -5px;
	width: 709px;
	height: 364px;
	border: none;
}
.qinxue-q-tk .qinxue-q-tk-conter-loging {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 22px;
	right: 30px;
	z-index: 11;
	cursor: pointer;
}
.qinxue-q-tk .qinxue-q-tk-conter {
	float: right;
	width: 416px;
	padding: 0 62px;
	height: 347px;
	background-color: #ffffff;
	position: relative;
	top: -355px;
	left: -8px;
}
.qinxue-q-tk .qinxue-q-tk-conter .qinxue-q-tk-conter-title {
	font-size: 28px;
	margin-top: 57px;
	text-align: center;
	color: #191f25;
}
.qinxue-q-tk .qinxue-q-tk-conter .qinxue-q-tk-conter-title .qinxue-q-tk-conter-title-kc {
	color: #ff814f;
}
.qinxue-q-tk .qinxue-q-tk-conter .qinxue-q-tk-conter-cx {
	margin-top: 26px;
	text-align: left;
	color: #b7b7b7;
	font-size: 14px;
}
.qinxue-q-tk .qinxue-q-tk-conter .qinxue-q-tk-conter-inp input {
	font-size: 16px;
	border-radius: 2px;
	width: 293px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #d9d9d9;
	margin: 32px 0;
}
.qinxue-q-tk .qinxue-q-tk-conter .qinxue-q-tk-conter-but button {
	width: 293px;
	height: 44px;
	background-color: #ff814f;
	border: none;
	border-radius: 2px;
}

.J_qform {
	position: relative;
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
	padding: 20px;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #1cdcd5 !important;
	background-color: #1cdcd5 !important;
}

/*  聊天机器人样式  */
.jesong-container-mini-badge {
	z-index: 2;
}

/*# sourceMappingURL=main.css.map */
